Query

data class Query(val redirectUri: URI) : ResponseMode(source)

In this mode, Authorization Response parameters are encoded in the query string added to the redirect_uri when redirecting back to the Client.

Constructors

Link copied to clipboard
constructor(redirectUri: URI)

Properties

Link copied to clipboard